projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbc3c14
)
Remove unintentional addition
author
Matthias Clasen
<mclasen@redhat.com>
Thu, 5 Jun 2014 22:12:42 +0000
(18:12 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Thu, 5 Jun 2014 22:12:42 +0000
(18:12 -0400)
Debugging leftovers.
gtk/gtkdialog.c
patch
|
blob
|
history
diff --git
a/gtk/gtkdialog.c
b/gtk/gtkdialog.c
index 18786ff6011d44dce1c116f4fe14b0ba3f8cfc1c..4ffdd5e9de123b0189d5d6bbb03b439f643ee8ed 100644
(file)
--- a/
gtk/gtkdialog.c
+++ b/
gtk/gtkdialog.c
@@
-1913,9
+1913,7
@@
gtk_dialog_buildable_add_child (GtkBuildable *buildable,
if (!type)
gtk_container_add (GTK_CONTAINER (buildable), GTK_WIDGET (child));
else if (g_strcmp0 (type, "action") == 0)
-{
gtk_dialog_add_action_widget (GTK_DIALOG (buildable), GTK_WIDGET (child), GTK_RESPONSE_NONE);
-}
else
parent_buildable_iface->add_child (buildable, builder, child, type);
}